From fbaeca9d5dfbf56e9400328535f971ef9a84b8fe Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 24 Nov 2020 11:05:18 -0600 Subject: [PATCH] Adjust for unit test marking --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b7cc8c4..bef05d6 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,8 @@ commands = python setup.py sdist twine check dist/* flake8 . - py.test --cov=pgwui_menu tests/ + py.test -m unittest --cov=pgwui_menu tests/ + py.test -m 'not unittest' --cov=pgwui_menu tests/ # coverage run --source src/pgwui_menu -m py.test # coverage report -- 2.34.1